From: Luc Teirlinck Date: Thu, 1 Apr 2004 02:12:09 +0000 (+0000) Subject: Mention in comment that `make maintainer-clean' deletes .elc files. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23403 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ac43870a371bce194c9c0afcdeb0c64b384862cb;p=emacs.git Mention in comment that `make maintainer-clean' deletes .elc files. --- diff --git a/Makefile.in b/Makefile.in index d7ed0676b0c..7bfed3fd5ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,8 +45,9 @@ # make maintainer-clean # Delete everything from the current directory that can be # reconstructed with this Makefile. This typically includes -# everything deleted by distclean, plus more: C source files -# produced by Bison, tags tables, info files, and so on. +# everything deleted by distclean, plus more: .elc files, +# C source files produced by Bison, tags tables, info files, +# and so on. # # make extraclean # Still more severe - delete backup and autosave files, too.